home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / mac / ROSTER.DIR / 00007_Script_fr change < prev    next >
Text File  |  1996-02-29  |  687b  |  29 lines

  1. on exitFrame
  2.   global WhichChannel, WhichCast
  3.   
  4.     if rollOver(6) then
  5.     put 6 into WhichChannel
  6.     puppetsprite 6, true
  7.     set the castNum of sprite 6 to the number of cast "hilited2"
  8.     updateStage      
  9.     go to "changeLoop"
  10.   end if 
  11.   
  12.   if rollOver(7) then
  13.     put 7 into WhichChannel
  14.     puppetsprite 7, true
  15.     set the castNum of sprite 7 to the number of cast "all2"
  16.     updateStage      
  17.     go to "changeLoop"
  18.   end if 
  19.  
  20.   if rollOver(9) then
  21.     put 9 into WhichChannel
  22.     puppetsprite 9, true
  23.     set the castNum of sprite 9 to the number of cast "cancel2"
  24.     updateStage      
  25.     go to "changeLoop"
  26.   end if 
  27.   
  28.   go to the frame
  29. end